Skip to content

Refactor text wrapping implementation with improved logic #374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

roulpriya
Copy link
Contributor

Fixes Issue #251

Optimised the word wrap algorithm as it was not handling a few edge cases, rewrote the algorithm and removed the XCTest dependencies.

Changes

  • Handles newlines and word boundaries well
  • Optimised whitespace skipping
  • Preserves natural text structure
  • Refactored tests correctly

@cmcgee1024 cmcgee1024 merged commit dd650c8 into swiftlang:main Jun 5, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants